home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000214_jgriess@caramail.com_Mon Jun 18 09:44:44 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  73 lines

  1. Article: 12534 of comp.protocols.kermit.misc
  2. From: "jean-luc" <jgriess@caramail.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. References: <9ghrnm$m59$1@front1m.grolier.fr> <9gislq$j3l$1@newsmaster.cc.columbia.edu>
  5. Subject: Re: must write a soft including Kermit binary file send
  6. Date: Mon, 18 Jun 2001 10:43:25 +0200
  7. Lines: 54
  8. X-Priority: 3
  9. X-MSMail-Priority: Normal
  10. X-Newsreader: Microsoft Outlook Express 5.00.2314.1300
  11. X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300
  12. NNTP-Posting-Host: 212.254.60.56
  13. Message-ID: <3b2dbe15$1_2@news.datacomm.ch>
  14. X-Trace: 18 Jun 2001 10:38:45 +0100, 212.254.60.56
  15. Organization: Customers of Tiscali DataComm AG - http://www.tiscali.ch/
  16. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news-peer.gip.net!news.gsl.net!gip.net!newsfeed.mathworks.com!newsfeed2.news.nl.uu.net!sun4nl!lnewspeer00.lnd.ops.eu.uu.net!emea.uu.net!newsfeed01.sul.t-online.de!t-online.de!newsrouter.chello.at!newsfeed.Austria.EU.net!newsfeed.kpnqwest.at!newsmaster-01.atnet.at!atnet.at!news.datacomm.ch
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12534
  18.  
  19. The receiver Kermit is on a OS-9 system.
  20.  
  21. To automate a test-production system,
  22. I must be able to download files to the OS-9 System
  23. using a Labview Application.
  24.  
  25. In fact, I need only 5% of Kermits capabilities
  26. file transfer 8bit quoting auto-download
  27.  
  28. after sending >kermit ri
  29. receiver answers with 0A 01 23 20 4E 33 0D
  30.  
  31. then probably a negociation
  32. sender 01 2D 20 53 7E 25 20 40 2D 23 59 31 7E 28 43 0D
  33. receiver 01 2C 20 59 7E 2A 20 40 2D 23 59 31 7E 25 0D
  34.  
  35. then file name
  36. sender 01 29 21 46 69 6E 65 74 64 62 26 0D
  37. receiver 01 23 21 59 3F 0D    a kind of ACK
  38.  
  39. then binary transfer begins
  40. sender 01 7A 22 44 4A FC 23 40 23 40 23 41 23 40 A.S.O.
  41.  
  42. I think its feasable
  43. read also Kermit c file
  44. ckcfn2.c   containing some useful infos.
  45.  
  46. anyone willing to help to decode that stuff ?
  47.  
  48. jean-luc
  49. Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote in message
  50. news:9gislq$j3l$1@newsmaster.cc.columbia.edu...
  51. > In article <9ghrnm$m59$1@front1m.grolier.fr>,
  52. > Jean-Luc <jgriess@caramail.com> wrote:
  53. > : Must implement a software sending binary file
  54. > : to a Kermit receiver waiting with "kermit ri"
  55. > :
  56. > "kermit ri" indicates a truly ancient version of UNIX Kermit,
  57. > from the 4.2BSD days about 1984.  You might consider looking
  58. > at the Kermit website to see the modern offerings:
  59. >
  60. >   http://www.columbia.edu/kermit/ckermit.html
  61. >
  62. > : Search for hints how the encoding is made.
  63. > :
  64. > Why?  It would be a lot easier to use an existing Kermit
  65. > software application.  They are available for almost every
  66. > platform:
  67. >
  68. >   http://www.columbia.edu/kermit/
  69. >
  70. > - Frank
  71.  
  72.  
  73.